Micron Document
baubs git

Node / mirrors / respira / files / vitest.config.ts

Displaying Raw • Download

vitest.config.ts copilot/add-computed-values-selectors (5296590a) Text, 192 B

import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
globals: true,
environment: "jsdom",
include: ["src/**/*.{test,spec}.{js,ts,tsx}"],
},
});

Served by rngit 1.4.2 - Generated in 0.15s